home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 266_01 / fundinfo.pic < prev    next >
Text File  |  1990-07-21  |  902b  |  39 lines

  1. *    Generic Mutual Fund Information Chart
  2. *
  3. PIC size 7 5
  4. TITLE at 3.2,4.60  font 2
  5. AREA at .3,.25  size 6.6 by 4.5
  6. AXIS left from -10 to 40 boxes=5
  7. AXIS below from 80 to 90 boxes 10
  8. ISO
  9. ISO sparse at 15
  10. *      Plot the total returns
  11. *
  12. BARS file @ items 1 2 base=0 width .2 hatch left gap 4
  13. *
  14. *    Show fund manager(s)
  15. *
  16. LINE file @ items 1 6 points blot
  17. LINE file @ items 1 7 points blot
  18. *
  19. *    Five-Year Returns
  20. *
  21. line file @ items 1 3 points blot
  22. *
  23. *   Expense ratios
  24. *
  25. AXIS left from -1 to 4 invisible
  26. BARS file @ items 1 4 base=0 width .05 hatch hor gap 1 abut 2 of 2
  27. *
  28. *  Portfolio turnover
  29. *
  30. AXIS left from -100 to 400 invisible
  31. BARS file @ items 1 5 base=0 width .05 hatch V gap 500 abut 1 of 2
  32. *
  33. *  Fund size: area of bar is proportional to fund size
  34. *   x-value is fundsize(in millions)
  35. *
  36. AXIS below to 3300 invisible
  37. BARS file @ items 8 9 hor width .5
  38.  
  39.